Inheritance diagram for Exponent::GUI::Controls::CMenuItemDisplay::CMenuItemSubMenuPointer:

Definition at line 150 of file CMenuItemDisplay.hpp.
| Exponent::GUI::Controls::CMenuItemDisplay::CMenuItemSubMenuPointer::CMenuItemSubMenuPointer | ( | IControlRoot * | root, | |
| const long | uniqueId, | |||
| const CRect & | area | |||
| ) |
Construction
| root | The root control | |
| uniqueId | The id of this control | |
| area | The area of this control |
| virtual Exponent::GUI::Controls::CMenuItemDisplay::CMenuItemSubMenuPointer::~CMenuItemSubMenuPointer | ( | ) | [virtual] |
Destruction
| virtual void Exponent::GUI::Controls::CMenuItemDisplay::CMenuItemSubMenuPointer::drawControl | ( | CGraphics & | graphics | ) | [virtual] |
Draw the control
| graphics | The graphics context |
Reimplemented from Exponent::GUI::Controls::CControl.
| void Exponent::GUI::Controls::CMenuItemDisplay::CMenuItemSubMenuPointer::setPointerColours | ( | const CAlphaColour & | pointerColour | ) | [inline] |
Set the pointer colours
| pointerColour | The colour of the pointer |
Definition at line 181 of file CMenuItemDisplay.hpp.
References m_pointerColour, and Exponent::GUI::Controls::CControl::update().
CAlphaColour Exponent::GUI::Controls::CMenuItemDisplay::CMenuItemSubMenuPointer::m_pointerColour [protected] |
Colour of the arrow
Definition at line 189 of file CMenuItemDisplay.hpp.
Referenced by setPointerColours().